add_all
Adds all elements from another collection to this collection.
Return
true
if any of the specified elements was added to the collection, false
if the collection was not modified.
Since
0.9.0
Parameters
values
The collection to add elements from.